func runtime.spanOf
11 uses
runtime (current package)
arena.go#L156: span := spanOf(uintptr(v))
arena.go#L824: s := spanOf(p)
mbitmap.go#L230: s := spanOf(p)
mbitmap.go#L340: s = spanOf(p)
mbitmap.go#L381: return spanOf(p) == nil && p != clobberdeadPtr
mbitmap.go#L548: if s := spanOf(dst); s == nil {
mgcmark.go#L1513: s := spanOf(obj)
mheap.go#L659: s := spanOf(b)
mheap.go#L682: func spanOf(p uintptr) *mspan {
mheap.go#L729: s := spanOf(p)
signal_unix.go#L409: s := spanOf(sp)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |